.header {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background-color: rgb(125, 108, 14);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.left-section {
  display: flex;
  align-items: center;
}

.shrentals-logo {
  height: 100px;
  border-radius: 20px;
}

.middle-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
}

.right-section {
  display: flex;
  gap: 10px;
}

.fb-logo {
  height: 28px;
}

.link1 {
  color: rgb(214, 208, 208);
  font-weight: bold;
}

.link1:hover {
  text-decoration: underline;
}

.phone, .email {
  color: white;
  font-size: 13px;
}
